home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Modules / dlg / dlggen.py next >
Text File  |  1996-04-12  |  5KB  |  229 lines

  1. # Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Dialogs.h'
  2.  
  3. f = Function(DialogRef, 'NewDialog',
  4.     (NullStorage, 'wStorage', InMode),
  5.     (Rect_ptr, 'boundsRect', InMode),
  6.     (ConstStr255Param, 'title', InMode),
  7.     (Boolean, 'visible', InMode),
  8.     (short, 'procID', InMode),
  9.     (WindowRef, 'behind', InMode),
  10.     (Boolean, 'goAwayFlag', InMode),
  11.     (long, 'refCon', InMode),
  12.     (Handle, 'itmLstHndl', InMode),
  13. )
  14. functions.append(f)
  15.  
  16. f = Function(DialogRef, 'GetNewDialog',
  17.     (short, 'dialogID', InMode),
  18.     (NullStorage, 'dStorage', InMode),
  19.     (WindowRef, 'behind', InMode),
  20. )
  21. functions.append(f)
  22.  
  23. f = Function(void, 'ParamText',
  24.     (ConstStr255Param, 'param0', InMode),
  25.     (ConstStr255Param, 'param1', InMode),
  26.     (ConstStr255Param, 'param2', InMode),
  27.     (ConstStr255Param, 'param3', InMode),
  28. )
  29. functions.append(f)
  30.  
  31. f = Function(void, 'ModalDialog',
  32.     (ModalFilterUPP, 'modalFilter', InMode),
  33.     (short, 'itemHit', OutMode),
  34. )
  35. functions.append(f)
  36.  
  37. f = Function(Boolean, 'IsDialogEvent',
  38.     (EventRecord_ptr, 'theEvent', InMode),
  39. )
  40. functions.append(f)
  41.  
  42. f = Function(Boolean, 'DialogSelect',
  43.     (EventRecord_ptr, 'theEvent', InMode),
  44.     (ExistingDialogPtr, 'theDialog', OutMode),
  45.     (short, 'itemHit', OutMode),
  46. )
  47. functions.append(f)
  48.  
  49. f = Method(void, 'DrawDialog',
  50.     (DialogRef, 'theDialog', InMode),
  51. )
  52. methods.append(f)
  53.  
  54. f = Method(void, 'UpdateDialog',
  55.     (DialogRef, 'theDialog', InMode),
  56.     (RgnHandle, 'updateRgn', InMode),
  57. )
  58. methods.append(f)
  59.  
  60. f = Function(short, 'Alert',
  61.     (short, 'alertID', InMode),
  62.     (ModalFilterUPP, 'modalFilter', InMode),
  63. )
  64. functions.append(f)
  65.  
  66. f = Function(short, 'StopAlert',
  67.     (short, 'alertID', InMode),
  68.     (ModalFilterUPP, 'modalFilter', InMode),
  69. )
  70. functions.append(f)
  71.  
  72. f = Function(short, 'NoteAlert',
  73.     (short, 'alertID', InMode),
  74.     (ModalFilterUPP, 'modalFilter', InMode),
  75. )
  76. functions.append(f)
  77.  
  78. f = Function(short, 'CautionAlert',
  79.     (short, 'alertID', InMode),
  80.     (ModalFilterUPP, 'modalFilter', InMode),
  81. )
  82. functions.append(f)
  83.  
  84. f = Method(void, 'GetDialogItem',
  85.     (DialogRef, 'theDialog', InMode),
  86.     (short, 'itemNo', InMode),
  87.     (short, 'itemType', OutMode),
  88.     (OptHandle, 'item', OutMode),
  89.     (Rect, 'box', OutMode),
  90. )
  91. methods.append(f)
  92.  
  93. f = Method(void, 'SetDialogItem',
  94.     (DialogRef, 'theDialog', InMode),
  95.     (short, 'itemNo', InMode),
  96.     (short, 'itemType', InMode),
  97.     (Handle, 'item', InMode),
  98.     (Rect_ptr, 'box', InMode),
  99. )
  100. methods.append(f)
  101.  
  102. f = Method(void, 'HideDialogItem',
  103.     (DialogRef, 'theDialog', InMode),
  104.     (short, 'itemNo', InMode),
  105. )
  106. methods.append(f)
  107.  
  108. f = Method(void, 'ShowDialogItem',
  109.     (DialogRef, 'theDialog', InMode),
  110.     (short, 'itemNo', InMode),
  111. )
  112. methods.append(f)
  113.  
  114. f = Method(void, 'SelectDialogItemText',
  115.     (DialogRef, 'theDialog', InMode),
  116.     (short, 'itemNo', InMode),
  117.     (short, 'strtSel', InMode),
  118.     (short, 'endSel', InMode),
  119. )
  120. methods.append(f)
  121.  
  122. f = Function(void, 'GetDialogItemText',
  123.     (Handle, 'item', InMode),
  124.     (Str255, 'text', OutMode),
  125. )
  126. functions.append(f)
  127.  
  128. f = Function(void, 'SetDialogItemText',
  129.     (Handle, 'item', InMode),
  130.     (ConstStr255Param, 'text', InMode),
  131. )
  132. functions.append(f)
  133.  
  134. f = Method(short, 'FindDialogItem',
  135.     (DialogRef, 'theDialog', InMode),
  136.     (Point, 'thePt', InMode),
  137. )
  138. methods.append(f)
  139.  
  140. f = Function(DialogRef, 'NewColorDialog',
  141.     (NullStorage, 'dStorage', InMode),
  142.     (Rect_ptr, 'boundsRect', InMode),
  143.     (ConstStr255Param, 'title', InMode),
  144.     (Boolean, 'visible', InMode),
  145.     (short, 'procID', InMode),
  146.     (WindowRef, 'behind', InMode),
  147.     (Boolean, 'goAwayFlag', InMode),
  148.     (long, 'refCon', InMode),
  149.     (Handle, 'items', InMode),
  150. )
  151. functions.append(f)
  152.  
  153. f = Function(short, 'GetAlertStage',
  154. )
  155. functions.append(f)
  156.  
  157. f = Function(void, 'ResetAlertStage',
  158. )
  159. functions.append(f)
  160.  
  161. f = Method(void, 'DialogCut',
  162.     (DialogRef, 'theDialog', InMode),
  163. )
  164. methods.append(f)
  165.  
  166. f = Method(void, 'DialogPaste',
  167.     (DialogRef, 'theDialog', InMode),
  168. )
  169. methods.append(f)
  170.  
  171. f = Method(void, 'DialogCopy',
  172.     (DialogRef, 'theDialog', InMode),
  173. )
  174. methods.append(f)
  175.  
  176. f = Method(void, 'DialogDelete',
  177.     (DialogRef, 'theDialog', InMode),
  178. )
  179. methods.append(f)
  180.  
  181. f = Function(void, 'SetDialogFont',
  182.     (short, 'value', InMode),
  183. )
  184. functions.append(f)
  185.  
  186. f = Method(void, 'AppendDITL',
  187.     (DialogRef, 'theDialog', InMode),
  188.     (Handle, 'theHandle', InMode),
  189.     (DITLMethod, 'method', InMode),
  190. )
  191. methods.append(f)
  192.  
  193. f = Method(short, 'CountDITL',
  194.     (DialogRef, 'theDialog', InMode),
  195. )
  196. methods.append(f)
  197.  
  198. f = Method(void, 'ShortenDITL',
  199.     (DialogRef, 'theDialog', InMode),
  200.     (short, 'numberItems', InMode),
  201. )
  202. methods.append(f)
  203.  
  204. f = Method(Boolean, 'StdFilterProc',
  205.     (DialogRef, 'theDialog', InMode),
  206.     (EventRecord, 'event', OutMode),
  207.     (short, 'itemHit', OutMode),
  208. )
  209. methods.append(f)
  210.  
  211. f = Method(OSErr, 'SetDialogDefaultItem',
  212.     (DialogRef, 'theDialog', InMode),
  213.     (short, 'newItem', InMode),
  214. )
  215. methods.append(f)
  216.  
  217. f = Method(OSErr, 'SetDialogCancelItem',
  218.     (DialogRef, 'theDialog', InMode),
  219.     (short, 'newItem', InMode),
  220. )
  221. methods.append(f)
  222.  
  223. f = Method(OSErr, 'SetDialogTracksCursor',
  224.     (DialogRef, 'theDialog', InMode),
  225.     (Boolean, 'tracks', InMode),
  226. )
  227. methods.append(f)
  228.  
  229.